home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / dfnt12.zip / DRAFT.TXT < prev    next >
Text File  |  1992-07-15  |  7KB  |  275 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                             Font Drafter v1.00
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.               Copyright (c) 1992 MacroWare Software(tm)
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.         Font Drafter v1.00 is a QuickBASIC programming utility.  In essence,
  124. it's a large macro'ing tool.  The press of a single button represents a line
  125. of ASCII text, forced into the DRAW command format for use in QuickBASIC.
  126. It's also relatively easy to use, even if you aren't experienced in programming.
  127. The more experienced programmer will be able to combine and split and edit the
  128. product(s) of this program.  It should be noted that the program APPENDS, it
  129. does not overwrite, so that this may be joined directly to the end of a program.
  130.  
  131.  
  132.  
  133.         INSTALLATION
  134. ========================================================
  135.  
  136.         It's highly recommended that you use the installation program
  137. included in this package to install MacroFont.  It writes your
  138. configuration file and will install all your options for you.  If
  139. you install it using some other method, you're in for a really frustration
  140. time of it.  If I were configuring it, I would think thus:
  141.  
  142.                 Graphics:  This is for viewing your product without
  143.         leaving the environment.  As this is not supported in the
  144.         unregistered version, what you enter is academic.  But to save
  145.         work if/when you register this program, it behooves you to
  146.         enter the highest resolution you can support.
  147.                 Sound:  If you have a PC Speaker and can't do without
  148.         sound, then choose PC Speaker.  Else I advise using None.
  149.         Tandy sound is buggy, at best.
  150.                 Install on a hard drive.  Default directories are best,
  151.         if not already used.
  152.  
  153. Note that this is only my line of thinking, working with my computer.
  154. Other computers differ and therefore you must make the best call you
  155. can on each category.  I accept no responsibility for the advice above.
  156.  
  157.  
  158.  
  159.         BASIC PROCEDURES
  160. ===========================================================
  161.  
  162.         The up and down arrows guide the selection bar up and down the list
  163. of available fonts.  Once you select the particular font type you wish to use,
  164. it prompts for the type of screen to use.  This will be used in the format of
  165. SCREEN n, where 'n' is the entered number.  If you don't know what this means,
  166. use this chart until you have a chance to examine screen modes more carefully:
  167.  
  168.  
  169.                     Normal   Tiny   VertStetch
  170.               VGA     13      12       --
  171.               EGA      7      --      8, 9
  172.               CGA      3      --       --
  173.  
  174. '--' does not mean that you can't do it with those graphics, but it
  175. does mean that there are things you should check before using that mode.
  176. After this dimensions will be displayed.  Many dimensions are erroneous,
  177. due to a bug in the program used to calculate the dimensions.  The
  178. program would normally end at the dimensional end, but due to this bug,
  179. allowances are made (see below).
  180.         When it prompts for border color, this is the color the text
  181. will be printed as.  If it prompts for another color before that,
  182. this is the color that the inside will be painted (only on Block font).
  183. Use this table to find which number to input:
  184.  
  185.  
  186.                 0   =  Black
  187.                 1   =  Dark Blue
  188.                 2   =  Dark Green
  189.                 3   =  Cyan
  190.                 4   =  Dark Red
  191.                 5   =  Dark Purple
  192.                 6   =  Brown
  193.                 7   =  Light Grey
  194.                 8   =  Dark Grey
  195.                 9   =  Light Blue
  196.                 10  =  Light Green
  197.                 11  =  Light Cyan
  198.                 12  =  Light Red
  199.                 13  =  Light Purple
  200.                 14  =  Yellow
  201.                 15  =  Bright White
  202.  
  203.  
  204.  
  205.         IN THE EDIT BOX
  206. =======================================================
  207.  
  208.         Once editing, use the backspace to erase, and type in all capital
  209. letters.  Most fonts also support "(", ")", ",", ".", "`", "'", and "-".
  210. Or, so you can see them, (),.'`-.  If you enter a period (".") as the
  211. first letter, your editing is completed, and you write to a file.  At the
  212. end of each line press (Enter) to move to the next line.
  213.         Note that when you save your text to a file, it APPENDS, meaning
  214. that it sticks it at the end of your file, it doesn't overwrite.  So you
  215. can paste it directly into your program.  However, it's recommended that
  216. you put it into a temporary file, such as TEST.BAS, and run it first to
  217. assure that it is what you want, and then paste it into your program.
  218. Also, it's always a good idea to have a backup made.
  219.         When exiting edit, or after using on of the function keys, the
  220. screen may scroll up.  When this happens, just keep pressing F10 until
  221. the screen is normal.  The scrolling is a bug that hasn't been tracked
  222. down yet, but it's harmless, just not pleasing to the eye.  Probably
  223. a forgotten semi-colon somewhere.
  224.  
  225.  
  226.  
  227.         KEY INDEX
  228. ==========================================================
  229.  
  230. ENTER = Used to select font types.
  231.         Used to end a line when inputing text, as a carriage return.
  232.         Used to signal that you wish to save product.
  233.         INSTALL:  Moves to next category.
  234. ESC   = Used to exit program.
  235.     = Used to move selection bar up and down the font choices.
  236.         Note that these are only the ones on the keypad.
  237. F1    = Brings up on-line help screen.
  238. F2    = Shells to DOS.  Type EXIT and press ENTER to return to MFONT.
  239. F3    = On-Line configuration.  Allows alteration of configuration file
  240.         from inside the program.  Can be written to configuration or,
  241.         if not saved, only takes effect until program is exited.
  242.         Choices are:
  243.               1) SCREEN SAVER:  Y or N.  Enables or disables
  244.                    screen saver.
  245.                 2) DELAY:  #.  Timer clicks to pass with no input
  246.                    from keyboard before activating screen saver.
  247.                 3/4/5) LINE 1/LINE 2/LINE 3:  Alter the three line
  248.                    text originally inputed at installation.  Line 1 & 2
  249.                    are also displayed in the bottom left hand corner.
  250.               6) SOUND:  Y or N.  Enables or disables sound.
  251.               7) Save configuration:  Writes configuration to file so
  252.                  it always starts up with that configuration.
  253.               8) Exit Setup:  Exit setup and run with displayed options.
  254.                  However, when Font Drafter is left, the configuration
  255.                  is lost.
  256. F4    = Options.  Contains some miscellaneous functions for MFONT.
  257.               1) Run ScreenSaver.
  258.               2) Repaint screen.
  259.               3/4/5) Run various programs that should be in directory.
  260.               6) Exit options.
  261. F10   = Repaint screen.
  262.  
  263.  
  264.  
  265.         UPDATES
  266. ===============================================
  267.  
  268. v1.05 - Screen saver streamlined.
  269. v1.10 - Font load streamlined for quicker loading.
  270.         Font path loading moved to start of program.
  271. v1.20 - Sound added to startup.
  272.         Sound added to some submenus.
  273.         Some submenus altered for easier input from keyboard.
  274.  
  275.